PLearn 0.1
|
#include <PythonObjectWrapper.h>
Static Public Member Functions | |
static PyObject * | newPyObject (const char x[N]) |
Definition at line 610 of file PythonObjectWrapper.h.
PyObject * PLearn::ConvertToPyObject< char[N]>::newPyObject | ( | const char | x[N] | ) | [static] |
Definition at line 1294 of file PythonObjectWrapper.h.
References PLearn::ConvertToPyObject< T >::newPyObject(), and x.
{ return ConvertToPyObject<char*>::newPyObject(x); }